@import url("https://fonts.googleapis.com/css?family=Cairo");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  color: #111;
  margin: 0;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
a:hover {
  background-color: #111;
  color: #fff;
}

.container {
  margin: auto;
  padding: 0 1em;
  max-width: 1024px;
}

header {
  padding: 3em 0;
}
header .tagline {
  width: 90%;
  font-size: 2.4em;
  font-weight: 500;
}
header .contact {
  text-align: center;
  color: #bbb;
}
header .contact .button {
  display: inline-block;
  color: #111;
  background-color: #fff;
  border: 3px solid #111;
  font-size: 1.1em;
  padding: 0.9em 2.2em;
  text-decoration: none;
  font-weight: 600;
}
header .contact .button:hover {
  color: #fff;
  background-color: #111;
}

main {
  padding: 3em 0;
}
main .projects .project {
  padding: 2em 0;
  border-top: 1px solid #efefef;
}
main .projects .project .media {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px dashed #ccc;
  padding: 0.4em;
  margin: 0.8em 0;
}
main .projects .project .title {
  display: inline-block;
  font-size: 1.06em;
  font-weight: 700;
  margin-top: 0.6em;
}
main .projects .project .url {
  display: inline-block;
  font-family: monospace;
  font-size: 0.6em;
  text-transform: uppercase;
  margin-left: 0.3em;
}
main .projects .project .status {
  display: inline-block;
  font-family: monospace;
  font-size: 0.5em;
  text-transform: uppercase;
  color: #666;
}
main .projects .project .year {
  float: right;
  font-family: monospace;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #999;
  margin-left: 0.3em;
}

footer {
  text-align: center;
  padding-bottom: 5em;
}

/*# sourceMappingURL=main.css.map */